lisp/ChangeLog, src/ChangeLog: Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 16 Apr 2011 03:44:06 +0000 (05:44 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 16 Apr 2011 03:44:06 +0000 (05:44 +0200)
lisp/ChangeLog
src/ChangeLog

index aa1889cb866a2762b4d46473cc68c77b6e0ded2d..e5bea60d3c169afa53936e460b5ac64301cbcf55 100644 (file)
 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
 
        * files.el (after-find-file-from-revert-buffer): Remove variable.
-       (after-find-file): Dont' bind it.
+       (after-find-file): Don't bind it.
        (revert-buffer-in-progress-p): New variable.
        (revert-buffer): Bind it.
        Pass nil for `after-find-file-from-revert-buffer'.
index 39020fd744367c511f62411891fcb223c52b2328..3e587801479ffc834a945e20d08efa37c1bd3434 100644 (file)
 
 2011-04-15  Ben Key  <bkey76@gmail.com>
 
-       * keyboard.c (Qundefined):  Don't declare static since it is
-       used in nsfns.m.
-       * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed):  Don't
-       declare static since they are used in nsfont.m.
+       * keyboard.c (Qundefined): Don't declare static since it is used
+       in nsfns.m.
+       * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed): Don't declare
+       static since they are used in nsfont.m.
 
 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>